Skip to content

Comments

chore: release#315

Merged
davidsteiner merged 1 commit intomainfrom
release-plz-2026-02-24T15-52-27Z
Feb 25, 2026
Merged

chore: release#315
davidsteiner merged 1 commit intomainfrom
release-plz-2026-02-24T15-52-27Z

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • hotfix: 0.9.1 -> 0.10.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.15 -> 0.1.16
  • hotfix-web: 0.1.14 -> 0.1.15

hotfix breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function hotfix::message_utils::prepare_message_for_resend, previously in file /tmp/.tmp8Vd1AK/hotfix/src/message_utils.rs:21
  function hotfix::message_utils::is_admin, previously in file /tmp/.tmp8Vd1AK/hotfix/src/message_utils.rs:3

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod hotfix::message_utils, previously in file /tmp/.tmp8Vd1AK/hotfix/src/message_utils.rs:1
Changelog

hotfix

0.10.0 - 2026-02-24

Fixed

  • resolve deadlock when both sides send resendrequest simultaneously (#314)

hotfix-web-ui

0.1.16 - 2026-02-24

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.15 - 2026-02-24

Other

  • updated the following local packages: hotfix, hotfix-web-ui


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.90%. Comparing base (5eef99a) to head (6c04c9f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #315   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files          85       85           
  Lines        8783     8783           
=======================================
  Hits         7984     7984           
  Misses        799      799           
Flag Coverage Δ
core 90.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidsteiner davidsteiner merged commit b984ecd into main Feb 25, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant